object ConnectDialog: TConnectDialog Left = 263 Top = 115 ActiveControl = OKBtn BorderStyle = bsDialog Caption = 'Connection Error' ClientHeight = 131 ClientWidth = 357 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 24 Top = 16 Width = 134 Height = 13 Caption = 'Cannot connect to host' end object Label2: TLabel Left = 24 Top = 96 Width = 74 Height = 13 Caption = 'Retrying in...' end object Label3: TLabel Left = 24 Top = 64 Width = 45 Height = 13 Caption = 'on port:' end object OKBtn: TBitBtn Left = 256 Top = 20 Width = 77 Height = 27 Caption = 'Retry' Default = True Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 4 ParentFont = False TabOrder = 0 OnClick = OKBtnClick Glyph.Data = { 76010000424D7601000000000000760000002800000020000000100000000100 04000000000000010000130B0000130B00000000000000000000000000000000 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333 3333333333FFFFF3333333333999993333333333F77777FFF333333999999999 3333333777333777FF33339993707399933333773337F3777FF3399933000339 9933377333777F3377F3399333707333993337733337333337FF993333333333 399377F33333F333377F993333303333399377F33337FF333373993333707333 333377F333777F333333993333101333333377F333777F3FFFFF993333000399 999377FF33777F77777F3993330003399993373FF3777F37777F399933000333 99933773FF777F3F777F339993707399999333773F373F77777F333999999999 3393333777333777337333333999993333333333377777333333} Margin = 2 NumGlyphs = 2 Spacing = -1 IsControl = True end object CancelBtn: TBitBtn Left = 256 Top = 68 Width = 77 Height = 27 Cancel = True Caption = 'Cancel' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 2 ParentFont = False TabOrder = 1 Margin = 2 NumGlyphs = 2 Spacing = -1 IsControl = True end object HostName: TEdit Left = 48 Top = 40 Width = 185 Height = 20 BorderStyle = bsNone Color = clBtnFace Ctl3D = False Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentCtl3D = False ParentFont = False ReadOnly = True TabOrder = 2 Text = 'HostName' end object Timeout: TEdit Left = 104 Top = 96 Width = 121 Height = 20 BorderStyle = bsNone Color = clBtnFace Ctl3D = False ParentCtl3D = False ReadOnly = True TabOrder = 3 Text = 'Timeout' end object Port: TEdit Left = 72 Top = 64 Width = 65 Height = 20 BorderStyle = bsNone Color = clBtnFace Ctl3D = False Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentCtl3D = False ParentFont = False ReadOnly = True TabOrder = 4 Text = 'Port' end object ConnectTimer: TTimer Enabled = False OnTimer = ConnectTimerTimer Left = 208 Top = 8 end end